home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / GMSMTH01.ZIP / GLOBAL.C < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-28  |  456 b   |  27 lines

  1. /*
  2.  
  3.     global.c
  4.  
  5.     Internet: alexad3@icebox.iceonline.com
  6.     Copyright 1995, February 10 by Alec Russell, ALL rights reserved
  7.  
  8.     Created - 1995/2/10
  9.    Part of the 3D ball demo
  10.  
  11.     History:
  12.         New file
  13.  
  14. */
  15.  
  16.  
  17. #include <g_def.h>
  18.  
  19. #include "tank.h"
  20.  
  21. char gb_path[PATH_LEN];   // holds path to data dir
  22. char gb_utilstr[1034];
  23. short player_num=0;
  24.  
  25. /* ------------------------------ EOF -------------------------------- */
  26.  
  27.